@charset "utf-8";
html,
body {
	background: #fff;
	font-size: 12px;
	font-family: 'Microsoft YaHei';
	color: #605D5C;
	min-width: 1200px;
}

/* @font-face {
	font-family: 'dqht';
	src: url('../font/dqht.otf');
} */

@font-face {
	font-family: 'zzgflq';
	src: url('../font/zzgflq.otf');
}

@font-face {
	font-family: 'zzgfylh';
	src: url('../font/zzgfylh.otf');
}

.swiper-pagination-bullet {}

.swiper-pagination-bullet-active {
	background: #EB3D00 !important;
}

.evaluation .swiper-wrapper {
	height: 236px !important;
}

.evaluation .swiper-slide {
	height: 80px !important;
}

* {
	margin: 0;
	padding: 0;
}

ul,
li {
	list-style: none;
    line-height: 25px;

}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

input,
textarea,
select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

a {
	text-decoration: none;
	cursor: pointer;
}


/* 基本属性
---------------------------------------------------------------------------------------------------------------------- */


/* 顶部区域 */

.myHead {
	width: 100%;
	height: 40px;
}

.myHead .myHeadCenter {
	width: 1200px;
	margin: 0px auto;
}

.myHead .myHeadCenter .myHeadCenter_title {
	color: #3d3d3d;
	font-family: MicrosoftYaHei;
	font-size: 14px;
	line-height: 40px;
	float: left;
	margin-right: 5px;
}

.myHead .myHeadCenter .login {
	color: #EB3D00;
	font-family: MicrosoftYaHei;
	font-size: 14px;
	display: block;
	float: left;
	line-height: 40px;
}

.myHead .myHeadCenter .register {
	color: #EB3D00;
	font-family: MicrosoftYaHei;
	font-size: 14px;
	display: block;
	float: left;
	line-height: 40px;
}

.myHead .myHeadRight {
	overflow: hidden;
	float: right;
}

.myHead .myHeadRight a {
	color: #24211D;
	font-family: MicrosoftYaHei;
	font-size: 14px;
	display: block;
	float: left;
	line-height: 40px;
	margin-left: 15px;
}

.myHead .myHeadRight a:hover {
	color: #eb3d00;
}


/*广告*/

.advertisementOne {}

.advertisementOne a {
	display: block;
	height: 120px;
	margin-bottom: 20px;
}

.advertisementOne a:last-child {
	margin-bottom: 0px;
}

.advertisementOne a img {
	width: 1200px;
	height: 120px;
	display: block;
}


/*头部搜索*/

.searchBox {
	width: 1200px;
	margin: 0px auto;
	padding: 0px 0px 0px;
	box-sizing: border-box;
	height: 135px;
}

.searchBox .logoLeft {
	width: 317px;
	height: 64px;
	float: left;
	margin-left: 50px;
    margin-right: 47px;
    margin-top: 31px;
}

.searchBox .logoLeft a {}

.searchBox .logoLeft a img {
	width: 250PX;
    height: 72PX;
}

.searchBox .searchCenter {
	float: left;
	width: 418px;
	height: 46px;
	margin-top: 40px;
}

.searchBox .searchCenter .searchCenterTop {
	background: #EB3D00;
	height: 46px;
	padding: 2px 2px;
	box-sizing: border-box;
}

.searchBox .searchCenter .searchCenterTop .sel_div {
	width: 100px;
	float: left;
	height: 42px;
	background: #fff;
	text-align: center;
	position: relative;
	cursor: pointer;
}

.searchBox .searchCenter .searchCenterTop .sel_div span {
	display: inline-block;
	height: 42px;
	line-height: 42px;
	background: #fff;
	text-align: center;
	vertical-align: middle;
	font-size: 16px;
	color: #4E4B49;
	position: relative;
	padding-left: 4px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100px;
	padding-right: 16px;
	box-sizing: border-box;
	cursor: pointer;
	padding: 0px;
}

.searchBox .searchCenter .searchCenterTop .sel_div span:after {
	position: absolute;
	content: '';
	background: url(../image/index/selectDown.png) no-repeat;
	width: 11px;
	height: 8px;
	top: 50%;
	margin-top: -2px;
	right: 3px;
	transition: all .4s;
}

.searchBox .searchCenter .searchCenterTop .sel_div span.active:after {
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	/* IE 9 */
	-moz-transform: rotate(180deg);
	/* Firefox */
	-webkit-transform: rotate(180deg);
	/* Safari 和 Chrome */
	-o-transform: rotate(180deg);
	/* Opera */
}

.searchBox .searchCenter .searchCenterTop .sel_div ul {
	position: absolute;
	background: #fff;
	width: 100%;
	top: 44px;
	left: 0px;
	border: 1px solid #e6e4e4;
	display: none;
	z-index: 9;
	max-height: 200px;
	overflow-y: auto;
	height: auto;
}

.searchBox .searchCenter .searchCenterTop .sel_div ul li {
	line-height: 40px;
	font-size: 14px;
	width: 100%;
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0px 5px;
	box-sizing: border-box;
}

.searchBox .searchCenter .searchCenterTop .sel_div ul li:hover {
	color: #eb3d00;
}

.searchBox .searchCenter .searchCenterTop .inputBox {
	width: 224px;
	float: left;
	height: 42px;
	font-size: 16px;
	padding: 0px 0px 0px 10px;
	box-sizing: border-box;
	outline: none;
	border: none;
}

.searchBox .searchCenter .searchCenterTop .button {
	width: 90px;
	height: 42px;
	float: right;
	background: #eb3d00;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
	border: none;
}

.searchBox .searchCenter ul {
	overflow: hidden;
	padding: 7px 0px;
	box-sizing: border-box;
	height: 52px;
}

.searchBox .searchCenter ul li {
	float: left;
	margin-right: 11px;
}

.searchBox .searchCenter ul li:first-child {
	margin-right: 0px;
}

.searchBox .searchCenter ul li a {
	color: #24211D;
	font-size: 14px;
	cursor: pointer;
}

.searchBox .searchCenter ul li a:hover {
	color: #eb3d00;
}

.searchBox .logoRight {
	width: 318px;
	height: 70px;
	float: right;
	margin-top: 30px;
}

.searchBox .logoRight ul li {}

.searchBox .logoRight ul li a {}

.searchBox .logoRight ul li img {}


/*导航*/

.navCommon {
	border-top: 3px solid #EB3D00;
}

.navCommon ul {
	/* border-right: 2px solid #DDDDDC; */
	height: 54px;
}

.navCommon ul li {
	width: 169px;
	float: left;
	text-align: center;
	border: 2px solid #DDDDDC;
	border-right: 0px;
	height: 50px;
	line-height: 50px;
	padding: 0px;
}

.navCommon ul li:last-child {
	width: 170px;
	border-right: 2px solid #DDDDDC;
}

.navCommon ul li a {
	font-size: 20px;
	color: #24211D;
	display: block;
}

.navCommon ul li a.home {
	background: url(../image/index/home.png) no-repeat;
	background-size: 54px 54px;
	background-position: 0px -3px;
	padding-left: 25px;
	position: relative;
	z-index: 999;
}

.navCommon ul li a.home:after {
	position: absolute;
	content: '';
	/* background: #fff; */
	width: 54px;
	height: 50px;
	left: -2px;
	top: -2px;
	border: 2px solid #dddddc;
	border-right: 0px;
	z-index: -1;
}

.navCommon ul li.active {
	background: #EB3D00;
	border: 2px solid #EB3D00;
	border-right: 0px;
}

.navCommon ul li.active a {
	color: #FFFFFF;
}

.navCommon ul li:last-child.active {
	border-right: 2px solid #EB3D00;
}


/*四个广告位*/

.courseAdd {
	width: 1200px;
	margin: 0px auto 0px auto;
	clear: both;
	overflow: hidden;
}

.courseAddItem {
	width: 590px;
	height: 120px;
	margin-right: 20px;
	margin-top: 20px;
	float: left;
}

.courseAddItem:nth-child(2n) {
	margin-right: 0;
}

.courseAddItem:nth-child(-n+2) {
	margin-top: 0;
}

.courseAddItemImg {
	display: block;
	width: 100%;
	height: 100%;
}


/* 底部 */

.common-bottom {
	background-color: #fff;
}

.common-bottom-wrap {
	width: 1200px;
	margin: 0 auto;
	background-color: #fff;
	box-sizing: border-box;
	padding-top: 27px;
	padding-bottom: 70px;
}

.common-bottom-wrap-desc {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 1px;
	color: #24211D;
	display: block;
}

.common-bottom-wrap-link {
	margin-top: 15px;
	font-size: 16px;
	color: #262525;
	text-align: center;
}

.common-bottom-wrap-link a {
	color: #24211D;
	margin-right: 25px;
	font-size: 16px;
}

.common-bottom-wrap-link a:last-child {
	margin-right: 0;
}

.common-bottom-wrap-bottom {
	display: block;
	margin-top: 30px;
	text-align: center;
	position: relative;
}

.common-bottom-wrap-bottom-left {
	width: 294px;
	height: 58px;
	float: left;
	position: absolute;
	left: -31px;
    bottom: 3px;
}

.common-bottom-wrap-bottom-left-img {
	width: 221px;
	height: 63px;
}

.common-bottom-wrap-bottom-middle {
	display: inline-block;
	vertical-align: bottom;
}

.common-bottom-wrap-bottom-middle-dh {
	font-size: 12px;
	letter-spacing: -1px;
	color: #878787;
}

.common-bottom-wrap-bottom-middle-dh a {
	color: #878787;
	font-size: 12px;
	padding-right: 5px;
	margin-right: 5px;
	padding-left: 5px;
	box-sizing: border-box;
}

.common-bottom-wrap-bottom-middle-dt {
	margin-top: 9px;
	font-size: 16px;
	letter-spacing: -1px;
	color: #1a1a1a;
}

.common-bottom-wrap-bottom-middle-dt a {
	color: #878787;
	font-size: 12px;
	margin-right: 10px;
}

.common-bottom-wrap-bottom-middle-bq {
	margin-top: 10px;
	font-size: 12px;
	letter-spacing: -1px;
	color: #878787;
}

.common-bottom-wrap-bottom-right {
	float: right;
	position: absolute;
	right: 10px;
	bottom: 0;
	text-align: center;
	z-index: 999;
	top: 0px;
}

.common-bottom-wrap-bottom-right-qrcode {
	width: 114px;
	height: 108px;
	margin-bottom: 10px;
}

.common-bottom-wrap-bottom-right-qrtxt {
	font-size: 12px;
	letter-spacing: 1px;
	color: #202020;
	display: block;
}


/* 私人顾问 */

.daogoupeixun-srgw {
	background-color: #fff;
}

.daogoupeixun-srgw-wrap {
	width: 1200px;
	margin: 0 auto;
	background-color: #fff;
	box-sizing: border-box;
	padding-top: 30px;
}

.daogoupeixun-srgw-wrap-title {
	height: 38px;
	line-height: 38px;
	overflow: hidden;
}

.daogoupeixun-srgw-wrap-title-line {
	width: 430px;
	height: 3px;
	display: inline-block;
	vertical-align: middle;
	background-color: #d2d2d2;
	margin-right: 18px;
}

.daogoupeixun-srgw-wrap-title-txt {
	font-size: 34px;
	line-height: 34px;
	letter-spacing: 2px;
	color: #EB3D00;
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
}

.daogoupeixun-srgw-wrap-title-lastline {
	width: 440px;
	height: 3px;
	background-color: #d2d2d2;
	margin-top: 23px;
	display: inline-block;
	vertical-align: middle;
	float: right;
}

.daogoupeixun-srgw-wrap-desc {
	height: 110px;
	font-size: 20px;
	color: #5e5e5e;
	text-align: center;
	box-sizing: border-box;
	padding-top: 24px;
}

.daogoupeixun-srgw-wrap-desc-content {
	display: block;
}

.daogoupeixun-srgw-wrap-desc-content-title {
	display: block;
	margin-bottom: 10px;
	font-size: 20px;
	color: #24211D;
}

.daogoupeixun-srgw-wrap-desc-content-desc {
	display: block;
	font-size: 20px;
	color: #24211D;
}

.daogoupeixun-srgw-wrap-line {
	height: 1px;
	background-color: #d2d2d2;
}

.daogoupeixun-srgw-wrap-tel {
	height: 110px;
	line-height: 110px;
	box-sizing: border-box;
	padding-left: 50px;
	padding-right: 43px;
}

.daogoupeixun-srgw-wrap-icon {
	width: 56px;
	height: 58px;
	border-radius: 50%;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}

.daogoupeixun-srgw-wrap-txt {
	max-width: 82px;
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	line-height: 24px;
	color: #5e5e5e;
	margin-right: 30px;
	font-weight: 600;
}

.daogoupeixun-srgw-wrap-txt span {
	display: block;
	color: #24211D;
}

.daogoupeixun-srgw-wrap-mark {
	font-size: 30px;
	letter-spacing: 1px;
	color: #adadad;
	display: inline-block;
	vertical-align: middle;
	margin-right: 26px;
	background: url(../image/index/index14.png) no-repeat;
	width: 7px;
	height: 12px;
}

.daogoupeixun-srgw-wrap-lasttxt {
	margin-right: 48px;
}

.daogoupeixun-srgw-wrap-select {
	display: inline-block;
	vertical-align: middle;
	width: 458px;
	height: 45px;
	line-height: 45px;
	background: #EB3D00;
	border-radius: 5px;
	padding: 2px 2px;
	box-sizing: border-box;
	margin-left: 20px;
}

.daogoupeixun-srgw .sel_div {
	width: 120px;
	float: left;
	height: 39px;
	background: #fff;
	text-align: center;
	position: relative;
	margin-top: 1px;
	margin-right: 2px;
	border-radius: 5px 0px 0px 5px;
}

.daogoupeixun-srgw .sel_div span {
	display: block;
	height: 38px;
	line-height: 38px;
	background: #fff;
	text-align: left;
	vertical-align: middle;
	font-size: 16px;
	color: #4E4B49;
	padding-right: 19px;
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 90%;
	border-radius: 4px;
	padding-left: 5px;
	position: relative;
	padding: 0px 0px 0px 5px;
}

.daogoupeixun-srgw .sel_div span:after {
	position: absolute;
	content: '';
	background: url(../image/index/selectDown.png) no-repeat;
	width: 11px;
	height: 7px;
	top: 50%;
	margin-top: -2px;
	right: 7px;
	transition: all .4s;
}

.daogoupeixun-srgw .sel_div span.active:after {
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

.daogoupeixun-srgw .sel_div ul {
	position: absolute;
	background: #fff;
	width: 100%;
	top: 42px;
	left: 0px;
	border: 1px solid #e6e4e4;
	display: none;
	z-index: 9;
	max-height: 200px;
	overflow-y: auto;
}

.daogoupeixun-srgw .sel_div ul li {
	line-height: 40px;
	font-size: 14px;
	width: 100%;
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0px 5px;
	box-sizing: border-box;
}

.daogoupeixun-srgw .sel_div ul li:hover {
	color: #eb3d00;
}

.daogoupeixun-srgw-wrap-select-hy {
	padding: 0;
	margin: 0;
	outline: none;
	border: none;
	width: 84px;
	height: 41px;
	line-height: 41px;
	box-sizing: border-box;
	border: 1px solid #e60012;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	font-family: MicrosoftYaHei-Bold;
	font-size: 14px;
	letter-spacing: 1px;
	color: #979797;
	text-align: center;
	display: block;
	float: left;
	font-weight: 700;
	margin-right: 1px;
}

.daogoupeixun-srgw-wrap-select-input {
	padding: 0;
	margin: 0;
	outline: none;
	border: none;
	display: block;
	float: left;
	width: 202px;
	height: 100%;
	line-height: 41px;
	border-top: 1px solid #e60012;
	border-bottom: 1px solid #e60012;
	padding-left: 12px;
	box-sizing: border-box;
	font-size: 14px;
	letter-spacing: 1px;
	color: #979797;
	font-weight: initial;
	height: 41px;
}

.daogoupeixun-srgw-wrap-select-btn {
	padding: 0;
	margin: 0;
	outline: none;
	border: none;
	width: 130px;
	height: 41px;
	line-height: 41px;
	text-align: center;
	border-radius: 3px;
	background-color: #eb3d00;
	font-size: 16px;
	color: #fefefe;
	display: block;
	float: left;
	cursor: pointer;
	font-weight: bold;
}


/* 两侧固定的广告 */

.zff_index-ad {
	/* display: block; */
	/* width: 100%; */
	/* margin: 0px auto; */
	/* height: 250px; */
	/* position: fixed; */
	/* top: 50%; */
	/* margin-top: -125px; */
	/* display: none; */
	/* z-index: 99999; */
	/* left: 50%; */
	/* margin-left: -600px; */
}

.zff_index-ad-left {
	width: 103px;
	height: 250px;
	background-color: red;
	box-sizing: border-box;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 4px;
	background: url(/static/zwstyle/image/index/ad_left_bg.png) no-repeat center;
	background-size: 100% 100%;
	cursor: pointer;
	position: fixed;
	left: 0;
	border-radius: 20px;
	top: 0px;
	z-index: 9999999;
	top: 50%;
	margin-top: -125px;
	/* left: 50%; */
	/* margin-left: -43%; */
}

.zff_index-ad-left-img {
	width: 100%;
	height: 100%;
	display: block;
}

.zff_index-ad-right {
	width: 103px;
	height: 250px;
	box-sizing: border-box;
	padding-top: 20px;
	padding-right: 3px;
	padding-left: 6px;
	background: url(/static/zwstyle/image/index/ad_left_bg.png) no-repeat center;
	background-size: 100% 100%;
	cursor: pointer;
	position: fixed;
	right: 0;
	border-radius: 20px;
	top: 50%;
	z-index: 9999;
	margin-top: -125px;
}

.zff_index-ad-right-img {
	width: 100%;
	height: 123px;
	display: block;
}

.zff_index-ad-right-input {
	padding: 0;
	margin: 0;
	outline: none;
	border: none;
	width: 100%;
	height: 22px;
	line-height: 22px;
	text-align: center;
	font-size: 12px;
	margin-top: 17px;
	border-radius: 5px;
}

.zff_index-ad-right-btn {
	padding: 0;
	margin: 0;
	outline: none;
	border: none;
	line-height: 22px;
	text-align: center;
	width: 100%;
	height: 22px;
	margin-top: 12px;
	background-color: #e60012;
	color: #fff;
	border-radius: 5px;
	font-size: 12px;
	cursor: pointer;
}


/*服务*/

.serve {
	padding-top: 6px;
	box-sizing: border-box;
	padding-bottom: 4px;
}

.serve {
	border: 1px solid #e6e5e5;
	margin-top: 25px;
	overflow: hidden;
	padding-left: 20px;
	box-sizing: border-box;
}

.serve .serveImg {
	width: 130px;
	height: 110px;
	display: block;
	float: left;
	/*margin-right: 12px;*/
}

.serve .serveImg img {
	width: 130px;
	height: 110px;
	display: block;
}

.serve ul {
	width: 1035px;
	float: left;
	margin-top: 20px;
}

.serve ul li {
	float: left;
	width: 207px;
}

.serve ul li img {
	width: 66px;
	height: 66px;
	display: block;
	float: left;
	margin-right: 10px;
}

.serve ul li .text {
	float: left;
	width: 108px;
}

.serve ul li .text span {
	font-size: 16px;
	color: #333;
	margin-bottom: 6px;
	display: block;
	font-weight: bold;
}

.serve ul li .text p {
	font-size: 12px;
	color: #333;
	display: block;
	line-height: 16px;
}


/*面包屑导航*/

.crumbsNav {
	overflow: hidden;
	padding: 15px 0px 10px;
	box-sizing: border-box;
}

.crumbsNav ul {}

.crumbsNav ul li {
	float: left;
	height: 26px;
}

.crumbsNav ul li a {
	/* letter-spacing: 1px; */
	color: #24211D;
	font-size: 18px;
	cursor: pointer;
	position: relative;
	padding-right: 18px;
	box-sizing: border-box;
	display: inline-block;
}

.crumbsNav ul li a:after {
	position: absolute;
	content: '';
	background: url(../image/index/index14.png) no-repeat;
	width: 7px;
	height: 12px;
	right: 5px;
	top: 50%;
	margin-top: -5px;
}

.crumbsNav ul li:last-child a:after {
	width: 0px;
}

.crumbsNav ul li a:hover {
	color: #EB3D00;
}


/*分页*/

.page {
	width: 100%;
	height: 30px;
	clear: both;
	text-align: center;
}

.page .layui-laypage {
	margin: 0px;
}

.page .layui-laypage .layui-laypage-curr .layui-laypage-em {
	background-color: #eb3d00;
}

.page .layui-laypage a:hover {
	color: #eb3d00;
}

.page .layui-laypage input:focus,
.page .layui-laypage select:focus {
	border-color: #eb3d00!important;
}


/*城市选择*/

.city-picker-selector .selector-item {
	border: 1px solid #828180;
	width: 83px;
	height: 28px;
	line-height: 28px;
	float: left;
	margin-left: 8px;
	position: relative;
	box-sizing: border-box;
	border-radius: 3px;
}

.city-picker-selector .selector-item:first-child {
	margin-left: 0
}

.city-picker-selector .selector-item:after {
	content: '';
	border-right: 3px solid transparent;
	border-left: 3px solid transparent;
	border-top: 6px solid #A1A09F;
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: 11px;
	right: 5px;
}

.city-picker-selector .selector-name {
	color: #949393;
	font-size: 12px;
	display: block;
	text-indent: 5%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	height: 26px;
	line-height: 26px;
}

.city-picker-selector .selector-name:hover {
	background-color: #fdfdfd
}

.city-picker-selector .selector-name.df-color {
	color: #999
}

.city-picker-selector .selector-name.forbid {
	cursor: not-allowed
}

.city-picker-selector .selector-list {
	border: 1px solid #ccc;
	background: #fff;
	width: 100%;
	position: absolute;
	top: 26px;
	left: -1px;
	z-index: 9;
	height: 130px;
}

.city-picker-selector ul {
	max-height: 130px;
	overflow-x: hidden;
	overflow-y: auto;
}

.city-picker-selector li {
	border-top: 1px solid #ccc;
	color: #333;
	cursor: pointer;
	width: 90%;
	padding: 0 5%;
	height: 28px;
	line-height: 28px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 14px;
	margin-bottom: 0px !important;
}

.city-picker-selector li:first-child {
	border-top: none
}

.city-picker-selector li.caller:hover {
	background: #f5f5f5
}

.city-picker-selector li.caller.active,
.city-picker-selector li.caller.active:hover {
	background: #eb3d00;
	color: #fff;
}

.city-picker-selector li.forbid {
	color: #999;
	font-size: 14px;
	cursor: not-allowed
}

.city-picker-selector .selector-search {
	border: 1px solid #ccc;
	border-top: none;
	background: #f8f8f8;
	font-size: 0;
	padding: 10px;
	height: 28px;
	margin-left: -1px;
	margin-right: -1px
}

.city-picker-selector .input-search {
	border: 1px solid #ccc;
	border-radius: 5px;
	color: #333;
	font-size: 14px;
	width: 100%;
	height: 26px;
	line-height: 26px\9;
	padding: 0;
	text-indent: 5px
}

.city-picker-selector .input-search:focus {
	outline: none
}

.city-picker-selector .hide {
	display: none
}

.city-picker-selector select {
	border: 1px solid #ccc;
	background: #fff;
	border-radius: 5px;
	color: #333;
	font-size: 16px;
	outline: none;
	width: 160px;
	height: 36px;
	margin-right: 10px;
	box-shadow: 0 0 5px #eee
}


/*最新加盟咨询动态*/

.evaluation {}

.evaluation .joiningTrends {
	width: 1200px;
	margin: 0px auto;
	padding: 25px 0px 0;
	box-sizing: border-box;
}

.evaluation .joiningTrends .joiningTrendsLeft {
	width: 488px;
	height: 293px;
	background-color: #ffffff;
	border: 2px solid #C1C0BF;
	padding: 6px 5px;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
}

.evaluation .joiningTrends .joiningTrendsLeft .title {}

.evaluation .joiningTrends .joiningTrendsLeft .title span {
	letter-spacing: 1px;
	color: #000;
	font-family: MicrosoftYaHei;
	font-size: 17px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	height: 32px;
	line-height: 32px;
}

.evaluation .joiningTrends .joiningTrendsLeft .joiningList {
	overflow: hidden;
	padding-top: 8px;
	box-sizing: border-box;
	padding-left: 8px;
}

.evaluation .joiningTrends .joiningTrendsLeft .joiningList .joiningListLi {
	box-sizing: border-box;
}

.evaluation .joiningTrends .joiningTrendsLeft .joiningList .joiningListLi .leftBox {}

.evaluation .joiningTrends .joiningTrendsLeft .joiningList .joiningListLi .rightBox {
	position: relative;
	padding-left: 20px;
}

.evaluation .joiningTrends .joiningTrendsLeft .joiningList .joiningListLi .rightBox:after {
	position: absolute;
	content: '';
	background: url(../image/zhaochanpin/product5.png) no-repeat;
	width: 15px;
	height: 100%;
	left: 0px;
	top: 0px;
	background-size: 15px 15px;
}

.evaluation .joiningTrends .joiningTrendsLeft .joiningList .joiningListLi .rightBox:before {
	position: absolute;
	content: '';
	width: 2px;
	height: 65px;
	left: 6px;
	top: 15px;
	background: #EB3D00;
}

.evaluation .joiningTrends .joiningTrendsLeft .joiningList .joiningListLi .rightBox .rightBoxTop {
	margin-top: 0px;
}

.evaluation .joiningTrends .joiningTrendsLeft .joiningList .joiningListLi .rightBox .rightBoxTop p {
	letter-spacing: 0px;
	color: #424242;
	font-family: MicrosoftYaHei;
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
	font-weight: inherit;
	font-weight: initial;
	margin-top: -2px;
}

.evaluation .joiningTrends .joiningTrendsLeft .joiningList .joiningListLi .rightBox .rightBoxTop span {
	padding: 0px 10px;
	height: 14px;
	border: solid 1px #EB3D00;
	letter-spacing: 1px;
	color: #EB3D00;
	font-family: MicrosoftYaHei;
	font-size: 12px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	line-height: 15px;
	border-radius: 4px;
	margin: 0px 5px;
	max-width: 160px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: -2px;
}

.evaluation .joiningTrends .joiningTrendsLeft .joiningList .joiningListLi .rightBox .rightBoxBottom {
	max-height: 50px;
	background: #DDDDDC url(../../image/zhaochanpin/daogoupeixun19.png) no-repeat;
	line-height: 20px;
	letter-spacing: 1px;
	color: #747474;
	font-family: MicrosoftYaHei;
	font-size: 12px;
	padding: 6px 15px;
	box-sizing: border-box;
	border-radius: 5px;
	position: relative;
	margin-top: 7px;
	background-position: 128% 100%;
	width: 96%;
}

.evaluation .joiningTrends .joiningTrendsLeft .joiningList .joiningListLi .rightBox .rightBoxBottom p {
	overflow: hidden;
	color: #24211D;
	font-size: 14px;
	line-height: 20px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.evaluation .joiningTrends .joiningTrendsLeft .joiningList .joiningListLi .rightBox .rightBoxBottom:after {
	position: absolute;
	content: '';
	background: url(../../image/zhaochanpin/daogoupeixun19.png) no-repeat;
	width: 19px;
	height: 7px;
	top: -6px;
	left: 4px;
}

.evaluation .joiningTrendsRight {
	width: 695px;
	height: 293px;
	background-color: #D23B00;
	padding: 6px 15px;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
	float: right;
	border-radius: 28px;
}

.evaluation .joiningTrendsRight .advisers {
	width: 670px;
	height: 280px;
}

.evaluation .joiningTrendsRight .adviser {
	width: 188px;
	display: inline-block;
	vertical-align: middle;
	padding: 40px 0px 30px;
	box-sizing: border-box;
}

.evaluation .joiningTrendsRight .adviser img {
	width: 116px;
	height: 116px;
	display: block;
	border-radius: 50%;
	margin: 0px auto;
}

.evaluation .joiningTrendsRight .adviser .adviserBtn {
	width: 96px;
	height: 20px;
	font-family: MicrosoftYaHei-Bold;
	font-size: 14px;
	background: #fff;
	text-align: center;
	line-height: 20px;
	border-radius: 7px;
	margin: 8px auto;
	color: #e60012;
}

.evaluation .joiningTrendsRight .adviser p {
	color: #ffffff;
	font-family: MicrosoftYaHei-Bold;
	font-size: 14px;
	width: 100%;
	margin: 13px auto;
	line-height: 18px;
}

.evaluation .joiningTrendsRight .adviser p img {
	width: 190px;
	height: 47px;
	border-radius: 0px;
	background: none;
}

.evaluation .joiningTrendsRight .brand {
	display: inline-block;
	vertical-align: middle;
	width: 458px;
	background: none;
	padding: 0px 0px;
	margin-left: 20px;
}

.evaluation .joiningTrendsRight .brand h1 {
	line-height: 28px;
	letter-spacing: 6px;
	color: #ffffff;
	font-family: hzgb;
	font-size: 25px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 6px;
}

.evaluation .joiningTrendsRight .brand .brandBox {
	width: 457px;
	height: 216px;
	background-color: #ffffff;
	border-radius: 20px;
	padding: 0px 20px;
	box-sizing: border-box;
}

.evaluation .joiningTrendsRight .brand .brandBox ul {}

.evaluation .joiningTrendsRight .brand .brandBox ul li {
	padding-top: 8px;
	box-sizing: border-box;
}

.evaluation .joiningTrendsRight .brand .brandBox ul li input {
	height: 24px;
	border-radius: 5px;
	border: solid 1px #e5e5e5;
	width: 100%;
	color: #979696;
	font-family: MicrosoftYaHei;
	font-size: 10px;
	padding: 0px 10px;
	box-sizing: border-box;
	outline: none;
	display: block;
}

.evaluation .joiningTrendsRight .brand .brandBox ul li span {
	letter-spacing: 1px;
	color: #424242;
	font-family: MicrosoftYaHei;
	font-size: 12px;
	width: 100%;
	display: block;
	padding-bottom: 6px;
}

.evaluation .joiningTrendsRight .brand .brandBox ul li textarea {
	height: 100px;
	border-radius: 5px;
	border: solid 1px #e5e5e5;
	width: 100%;
	color: #979696;
	font-family: MicrosoftYaHei;
	font-size: 10px;
	padding: 6px 10px;
	box-sizing: border-box;
	outline: none;
	resize: none;
	display: block;
}

.evaluation .joiningTrendsRight .brand .phongBox {
	margin-top: 6px;
}

.evaluation .joiningTrendsRight .brand .phongBox input {
	width: 244px;
	height: 24px;
	border-radius: 5px;
	border: solid 1px #e5e5e5;
	display: inline-block;
	vertical-align: middle;
	color: #979696;
	font-family: MicrosoftYaHei;
	font-size: 10px;
	padding: 0px 10px;
	box-sizing: border-box;
	outline: none;
}

.evaluation .joiningTrendsRight .brand .phongBox .submission {
	width: 164px;
	height: 24px;
	background-color: #d23b00;
	border-radius: 5px;
	color: #ffffff;
	font-family: MicrosoftYaHei;
	font-size: 14px;
	text-align: center;
	line-height: 24px;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	margin-left: 4px;
}


/*猜你关注*/

.follow {
	width: 1200px;
	height: 280px;
	background-color: #ffffff;
	border: 2px solid #005BA8;
	margin-top: 25px;
	box-sizing: border-box;
}

.follow .follow_title {
	line-height: 50px;
	letter-spacing: 1px;
	color: #24211D;
	font-family: MicrosoftYaHei-Bold;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
}

.follow .followBox {
	width: 100%;
	height: 226px;
	position: relative;
	margin: 0px auto;
	padding: 0px 1%;
	box-sizing: border-box;
}

.follow .followBox ul {
	height: 188px;
	overflow: hidden;
}

.follow .followBox ul li {
	width: 113px;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0px 4px;
	box-sizing: border-box;
}

.follow .followBox ul li a {
	line-height: 18px;
	letter-spacing: 1px;
	color: #2d2d2d;
	font-family: MicrosoftYaHei;
	font-size: 16px;
	display: block;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.follow .swiper-container {
	height: 216px;
}

.follow .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 0px;
}

.follow .swiper-pagination-bullet {
	width: 12px;
	height: 5px;
	background-color: #e5e5e5;
	border-radius: 0px;
	opacity: 1;
}

.follow .swiper-pagination-bullet-active {
	background-color: #d23f0c;
}

.follow .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 7px;
}


/*品牌加盟火爆进行中*/

.guaranteeRight {
	float: right;
	width: 320px;
	height: 272px;
	border: 2px solid #EB3D00;
	box-sizing: border-box;
}

.guaranteeRight .guaranteeRight_title {
	font-size: 20px;
	text-align: center;
	color: #EB3D00;
	letter-spacing: 1px;
	line-height: 55px;
	font-weight: bold;
}

.guaranteeRight .inputBox {
	padding: 0px 20px;
}

.guaranteeRight .inputBox .inputBoxLi {
	margin-bottom: 10px;
}

.guaranteeRight .inputBox .inputBoxLi em {
	float: left;
	margin: 0px 4px 0px;
	text-align: center;
	font-style: inherit;
	font-style: initial;
	color: #eb3d00;
	height: 30px;
	line-height: 36px;
	font-size: 14px;
}

.guaranteeRight .inputBox .inputBoxLi span {
	display: block;
	float: left;
	font-size: 12px;
	color: #24211D;
	line-height: 30px;
}

.guaranteeRight .inputBox .inputBoxLi input {
	width: 190px;
	height: 30px;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 0px 10px;
	box-sizing: border-box;
	font-size: 12px;
	color: #333;
}

.guaranteeRight .joinBtn {
	width: 210px;
	height: 36px;
	background: #eb3d00;
	margin: 20px 72px 11px;
	text-align: center;
	font-size: 14px;
	line-height: 36px;
	border-radius: 6px;
	cursor: pointer;
}

.guaranteeRight .joinBtn span {
	color: #fff;
	margin-right: 5px;
}

.guaranteeRight p {
	text-align: left;
	font-size: 12px;
	width: 83%;
	margin: 13px auto 10px;
	text-align: center;
}

.guaranteeRight p em {
	color: #eb3d00;
	font-style: inherit;
	font-style: initial;
}

.technological {
	overflow: hidden;
	padding-top: 10px;
	box-sizing: border-box;
}

.technological ul {}

.technological ul li {
	width: 292px;
	height: 106px;
	float: left;
	margin-right: 10px;
	padding: 12px 30px;
	box-sizing: border-box;
}

.technological ul li:last-child {
	margin-right: 0px;
}

.technological ul li:nth-child(even) {
	background: #005BA8;
}

.technological ul li:nth-child(odd) {
	background: #EB3D00;
}

.technological ul li img {
	width: 70px;
	height: 81px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}

.technological ul li .text {
	display: inline-block;
	vertical-align: middle;
	width: 138px;
}

.technological ul li .text .text_titel {
	font-size: 21px;
	color: #fff;
	letter-spacing: 2px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	height: 27px;
	float: left;
}

.technological ul li .text span {
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	height: 30px;
	display: block;
}


/*猜你喜欢*/

.guessYouLike {
	background-color: #fff;
	padding: 0px 0px 0px;
	box-sizing: border-box;
}

.guessYouLike .guessYouLikeCenter {
	width: 1200px;
	margin: 0px auto;
}

.youlai {}

.youlai .title {
	position: relative;
	padding: 23px 0px 21px;
	box-sizing: border-box;
}

.youlai .title:after {
	position: absolute;
	content: '';
	width: 511px;
	height: 3px;
	background-color: #949393;
	top: 35px;
	right: 0px;
}

.youlai .title:before {
	position: absolute;
	content: '';
	width: 500px;
	height: 3px;
	background-color: #949393;
	top: 35px;
	left: 0px;
}

.youlai .title .titleCenter {
	width: 170px;
	margin: 0px auto;
	vertical-align: middle;
}

.youlai .title .titleCenter span {
	letter-spacing: 3px;
	color: #2d2d2d;
	font-family: MicrosoftYaHei;
	font-size: 20px;
	display: inline-block;
	vertical-align: middle;
}

.youlai .title .titleCenter p {
	letter-spacing: 2px;
	color: #787777;
	font-family: MicrosoftYaHei;
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 11px;
	cursor: pointer;
}

.youlai ul {
    overflow: hidden;
}

.youlai ul li {
	width: 229px;
	height: 228px;
	background-color: #ffffff;
	border: 2px solid #A9A8A7;
	display: block;
	float: left;
	margin-right: 13.5px;
	box-sizing: border-box;
	cursor: pointer;
}

.youlai ul li:last-child {
	margin-right: 0px;
}

.youlai ul li a {}

.brandrand{
	width: 225px;
	height: 177px;
	display: flex;
    justify-content: center;
    align-items: center;
}
.youlai ul li img {
	width: 177px;
	max-height: 177px;
	display: block;
}

.youlai ul li .liTitle {
	overflow: hidden;
	padding-left: 5px;
	box-sizing: border-box;
	padding-top: 4px;
}

.youlai ul li .liTitle .liTitleTop {
	overflow: hidden;
}

.youlai ul li .liTitle .liTitleTop div {
	font-size: 14px;
	color: #24211D;
	font-weight: initial;
	float: left;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 163px;
}

.youlai ul li .liTitle .liTitleTop em {
	font-size: 14px;
	color: #EB3D00;
	font-weight: initial;
	float: right;
	line-height: 20px;
	font-style: inherit;
	font-style: initial;
}

.youlai ul li .liTitle .liTitleTop em em{
	margin-left: 10px;
}

.youlai ul li .liTitle .liTitleBottom {
	font-size: 14px;
	color: #24211D;
	font-weight: initial;
	float: left;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}


/*错误提示*/

.tips {
	min-width: 100px;
	background-color: rgb(255, 255, 255);
	border: 1px solid rgb(254, 91, 41);
	border-radius: 3px;
	color: rgb(254, 91, 41);
	font-size: 12px;
	padding: 0px 10px;
	z-index: 2000000002;
	box-shadow: rgb(169, 169, 169) 0px 0px 4px;
	position: absolute;
	top: -36px;
	left: 70px;
	height: 30px;
	line-height: 30px;
	display: none;
}

.tips:after {
	content: '';
	border-color: rgb(255, 255, 255) transparent transparent;
	border-style: solid dashed dashed;
	bottom: -11px;
	left: 45%;
	width: 0px;
	height: 0px;
	overflow: hidden;
	border-width: 6px;
	position: absolute;
}

.tips:before {
	content: '';
	border-color: rgb(254, 91, 41) transparent transparent;
	border-style: solid dashed dashed;
	bottom: -12px;
	left: 45%;
	width: 0px;
	height: 0px;
	overflow: hidden;
	border-width: 6px;
	position: absolute;
}

/*点击报名*/

.wantJoin {
	width: 460px;
	height: 325px;
	position: fixed;
	top: 50%;
	margin-top: -162px;
	left: 50%;
	margin-left: -230px;
	background: #FBFBFB;
	border: 1px solid #DDDDDC;
	border-radius: 10px;
	z-index: 999;
	display: none;
}

.wantJoin  .releaseInformationClose{
    position: absolute;
    right: -20px;
    top: -20px;
    cursor: pointer;
}
.wantJoin  .releaseInformationClose img{
    width: 20px;
    height: 20px;
    display: block;
}

.wantJoin .title {
	height: 57px;
	background: #EB3D00;
	text-align: center;
	border-radius: 10px 10px 0px 0px;
	line-height: 57px;
	color: #fff;
	font-size: 23px;
}

.wantJoin ul {
	padding: 20px 53px 4px;
	box-sizing: border-box;
}

.wantJoin ul li {
	overflow: hidden;
	margin-bottom: 15px;
}

.wantJoin ul li div {
	width: 65px;
}

.wantJoin ul li span {
	color: #24211D;
	font-size: 16px;
	float: left;
	line-height: 34px;
	width: 65px;
	display: flex;
	justify-content: space-between;
}

.wantJoin ul li em {
	font-style: inherit;
	font-style: initial;
}

.wantJoin ul li p {
	color: #24211D;
	font-size: 16px;
	float: left;
	line-height: 34px;
	margin-right: 15px;
}

.wantJoin input {
	float: left;
	width: 258px;
	height: 34px;
	border: 1px solid #828180;
	border-radius: 5px;
	padding: 0px 10px;
	box-sizing: border-box;
	font-size: 14px;
	background: #fbfbfb;
}

.wantJoin textarea {
	float: left;
	width: 258px;
	height: 64px;
	border: 1px solid #828180;
	border-radius: 5px;
	padding: 0px 10px;
	box-sizing: border-box;
	font-size: 14px;
	resize: none;
	line-height: 34px;
	background: #fbfbfb;
}

.wantJoin .btnJoin {
	width: 156px;
	height: 36px;
	background: #EB3D00;
	border-radius: 8px;
	text-align: center;
	line-height: 36px;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	margin: 0px auto;
}



.budgetForm {
	width: 460px;
	height: 220px;
	border: 1px solid #EB3D00;
	background: #FBFBFB;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -110px;
	margin-left: -230px;
	z-index: 999;
	border-radius: 10px;
	padding: 20px 30px;
	box-sizing: border-box;
	display: none;
}

.budgetForm .title {
	font-size: 18px;
	text-align: center;
	color: #24211D;
	line-height: 40px;
}

.budgetForm p {
	font-size: 18px;
	text-align: center;
	color: #24211D;
	line-height: 40px;
	margin: 15px 0px 28px;
}

.budgetForm p em {
	color: #EB3D00;
	font-style: inherit;
	font-style: initial;
}

.budgetForm .btnForm {
	width: 156px;
	height: 36px;
	background: #EB3D00;
	display: block;
	margin: 0px auto;
	border-radius: 5px;
	text-align: center;
	line-height: 36px;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
}
/*加盟报名*/

			.joinBox {
				position: fixed;
				width: 431px;
				height: 298px;
				top: 50%;
				margin-top: -149px;
				left: 50%;
				margin-left: -215px;
				background: #fff;
				z-index: 999;
				display: none;
			}

			.joinBox .joinTitle {
				height: 30px;
				background: #eb3d00;
				padding: 0px 0px 0px 10px;
				box-sizing: border-box;
			}

			.joinBox .joinTitle div {
				display: block;
				float: left;
				height: 30px;
				line-height: 30px;
				font-size: 14px;
				color: #fff;
			}

			.joinBox .joinTitle p {
				float: right;
				width: 30px;
				height: 30px;
				cursor: pointer;
				text-align: center;
				line-height: 24px;
				font-size: 28px;
				color: #fff;
			}

			.joinBox .joinList {
				padding: 30px 0px;
				box-sizing: border-box;
			}

			.joinBox .joinList ul {
				padding: 0px 60px;
			}

			.joinBox .joinList ul li {
				overflow: hidden;
				margin-bottom: 15px;
			}

			.joinBox .joinList ul li span {
				font-size: 14px;
				color: #24211D;
				width: 58px;
				display: block;
				display: flex;
				align-items: center;
				justify-content: space-between;
				float: left;
				line-height: 30px;
			}

			.joinBox .joinList ul li div {
				font-size: 14px;
				color: #24211D;
				float: left;
				line-height: 30px;
			}

			.joinBox .joinList ul li span em {
				font-style: inherit;
				font-style: initial;
			}

			.joinBox .joinList ul li input {
				height: 30px;
				margin-left: 17px;
				border: solid 1px #e5e5e5;
				width: 210px;
				color: #24211D;
				font-family: MicrosoftYaHei;
				font-size: 14px;
				padding: 0px 10px;
				box-sizing: border-box;
				outline: none;
				display: block;
				float: left;
			}

			.joinBox .joinList ul li select {
				height: 30px;
				margin-left: 17px;
				border: solid 1px #e5e5e5;
				width: 210px;
				color: #24211D;
				font-family: MicrosoftYaHei;
				font-size: 14px;
				padding: 0px 10px;
				box-sizing: border-box;
				outline: none;
				display: block;
				float: left;
			}

			.joinBox .joinList ul li p {
				margin-left: 5px;
				float: left;
				line-height: 30px;
				font-size: 14px;
				color: #eb3d00;
			}

			.joinBox .joinBtn {
				width: 86px;
				height: 28px;
				background: #EB3D00;
				text-align: center;
				line-height: 28px;
				color: #fff;
				font-size: 14px;
				cursor: pointer;
				vertical-align: middle;
				margin: 0px auto;
				display: block;
			}


			
			/* 新公共头部开始 */
			.common_head{    width: 100%;
    height: 40px;}
			.common_head_left{    width:45%;
    height: 40px;
    float: left;}
			.common_head_left_div{    color: #3d3d3d;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    line-height: 40px;
    float: left;
    margin-right: 5px;}
			.common_head_left_box{}
			.common_head_left_box_li{
				display: inline-block;
				vertical-align: middle;
				position: relative;
			}
			.common_head_left_box_li_top{
				    padding: 0px 10px;
				    position: relative;
				    box-sizing: border-box;
					cursor: pointer;
			}
			.common_head_left_box_li_top::after{
				    position: absolute;
				    content: '';
				    width: 1px;
				    height: 12px;
				    background: #c2c1c1;
				    right: 0px;
				    top: 50%;
				    margin-top: -6px;
			}
			.common_head_left_box_li:last-child .common_head_left_box_li_top::after{
				width: 0px;
			}
			.common_head_left_box_li_top_img{
				width: 14px;
				height: 14px;
				display: inline-block;
				vertical-align: middle;
			}
			.common_head_left_box_li_top_span{
				font-size: 14px;
				color: #605D5C;
				line-height: 40px;
				display: inline-block;
				vertical-align: middle;
			}
			.common_head_left_box_li_bottom{
				display: none;
				    position: absolute;
				    top: 40px;
				    left: 8px;
				    z-index: 999;
				    width: 128px;
				    height: 128px;
				    border: 1px solid #e5e5e5;
					background: #fff;
				    box-shadow: 0 2px 4px #f2f2f2;
					padding: 5px;
					box-sizing: border-box;
			}
			.common_head_left_box_li_bottom_img{
				width: 100%;
				height: 100%;
				display: block;
			}
			.common_head_left_box_li:hover .common_head_left_box_li_top_span{
				     color: #EB3D00;
			}
			.common_head_left_box_li:hover .common_head_left_box_li_bottom{
				display: block;
			}
			.common_head_right{    width:55%;
    height: 40px;
    float: right;
	text-align: right;
	}
	.common_head_right_li{
		line-height: 40px;
		display: inline-block;
		vertical-align: middle;
		position: relative;
	}
			.common_head_right_a{font-size: 14px;
    color: #605D5C;
    
	padding: 0px 10px;
	box-sizing: border-box;
	}
	.common_head_right_li:last-child .common_head_right_a{
		padding-right: 0px;
	}
	.common_head_right_a:hover{
		    color: #EB3D00;
	}
	
	.common_list{
		    display: none;
		        position: absolute;
		        top: 40px;
		        right: 8px;
		        z-index: 999;
		        width: 812px;
		        border: 1px solid #e5e5e5;
		        background: #fff;
		        box-shadow: 0 2px 4px #f2f2f2;
		        padding: 12px 5px;
		        box-sizing: border-box;
		        text-align: left;
	}
	.common_list_li{
		display: inline-block;
		    vertical-align: top;
		    width: 130px;
		    padding-left: 30px;
		    box-sizing: border-box;
	}
	.common_list_li_top{font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    display: block;}
	.common_list_li_bottom{}
	.common_list_li_bottom_a{
		font-size: 12px;
		    line-height: 28px;
		    display: block;
	}
	.common_list_li_bottom_a:hover{
		color: #EB3D00;
	}
	.common_head_right_li:hover .common_list{
		display: block;
	}
	
			/* 新公共头部结束 */
/*猜你关注*/

.attention_xg {
	background: #fff;
	border: 1px solid #e5e5e5;
	width: 1200px;
	box-sizing: border-box;
	margin-top: 20px;
	padding: 0px 20px;
}

.attention_xg_title {
	font-size: 16px;
	color: #333;
	line-height: 46px;
	font-weight: bold;
}

.attention_xg_box {
	padding-bottom: 20px;
	box-sizing: border-box;
}

.attention_xg_box_a {
	display: block;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	width: 176px;
}

.attention_xg_box_a_top {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100px;
	border: 1px solid #e5e5e5;
}

.attention_xg_box_a_img {
	width: 100%;
	max-height: 100px;
	box-sizing: border-box;
}

.attention_xg_box_a:nth-child(6n+6) {
	margin-right: 0px;
}

.attention_xg_box_a_span {
	font-size: 14px;
	color: #333;
	text-align: center;
	overflow: hidden;
	line-height: 40px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.attention_xg .swiper-pagination {
	bottom: -7px !important;
}

.attention_xg .swiper-pagination-bullet {
	width: 22px;
	border-radius: 0px;
	height: 6px;
}
/*搜索结果页面开始*/


/*已成功加盟/正在咨询加盟*/

.exhibition_xg {
	background: #fff;
	border: 1px solid #e5e5e5;
	width: 320px;
	box-sizing: border-box;
}

.exhibition_xg_tab {
	height: 40px;
	padding: 16px 0;
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
}

.exhibition_xg_tab_a {
	float: left;
	width: 50%;
	border-right: 1px solid #e5e5e5;
	box-sizing: border-box;
}

.exhibition_xg_tab_a:last-child {
	border: none;
}

.exhibition_xg_tab_a_one {
	line-height: 20px;
	font-size: 18px;
	color: #db214c;
}

.exhibition_xg_tab_a_one em {
	font-weight: bold;
	font-style: initial;
	font-style: inherit;
}

.exhibition_xg_tab_a_p {
	line-height: 16px;
	font-size: 14px;
	color: #666;
}

.exhibition_xg_tab_a_two {
	line-height: 20px;
	font-size: 18px;
	color: #0f468f;
}

.exhibition_xg_tab_a_two em {
	font-weight: bold;
	font-style: initial;
	font-style: inherit;
}

.exhibition_xg_list {
	margin: 12px;
	box-sizing: border-box;
	height: 367px;
	overflow: hidden;
}

.exhibition_xg_list_li {
	line-height: 20px;
	height: 40px;
	padding: 10px 0;
	font-size: 14px;
	color: #333;
	border-bottom: 1px solid #e5e5e5;
}

.exhibition_xg_list_li_a {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 14px;
	color: #333;
}

.exhibition_xg .swiper-wrapper {
	height: 400px !important;
}

.exhibition_xg .swiper-slide {
	height: 61px !important;
}


/*推荐品牌*/

.recommended_brand_xg {
	background: #fff;
	border: 1px solid #e5e5e5;
	width: 320px;
	box-sizing: border-box;
	margin-top: 20px;
	padding: 0px 20px;
}

.recommended_brand_xg_title {
	font-size: 14px;
	line-height: 42px;
	color: #333;
	border-bottom: 1px solid #e5e5e5;
}

.recommended_brand_xg_list {
	overflow: hidden;
	padding: 15px 0px 5px;
	box-sizing: border-box;
}

.recommended_brand_xg_list_li {
	width: 129px;
	margin-right: 20px;
	margin-top: 5px;
	display: block;
	float: left;
}

.recommended_brand_xg_list_li:nth-child(2n+2) {
	margin-right: 0px;
}

.recommended_brand_xg_list_li_img {
	width: 100%;
	height: 80px;
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
}

.recommended_brand_xg_list_li_span {
	font-size: 14px;
	color: #333;
	text-align: center;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float: left;
    width: 129px;
}


/*搜索结果页面结束*/




/*首页看展会*/
.activeRight {
    width: 585px;
    float: left;
}
.activeRight .title {
    overflow: hidden;
}
.activeRight .title .titleAleft {
    font-size: 20px;
    color: #24211D;
    line-height: 33px;
    border-bottom: 3px solid #EB3D00;
    float: left;
    padding-right: 14px;
    margin-right: 10px;
    margin-top: 7px;
    font-weight: bold;
}
.activeRight .title div {
    float: right;
    width: 500px;
    border-bottom: 3px solid #949393;
    height: 40px;
}
.activeRight .title div a {
    font-size: 16px;
    color: #24211D;
    display: block;
    float: right;
    line-height: 28px;
    margin: 12px 0px 0px;
}
.domesticx_nex_xg {
	overflow: hidden;
}

.domesticx_nex_xg_tab {
	overflow: hidden;
	padding: 12px 0px;
	box-sizing: border-box;
}

.domesticx_nex_xg_tab_a {
	width: 92px;
	height: 30px;
	display: block;
	float: left;
	background: #C1C0BF;
	line-height: 30px;
	text-align: center;
	border-radius: 2px;
	padding: 0px;
	margin-right: 10px;
	font-size: 14px;
	color: #24211D;
}

.domesticx_nex_xg_tab_a_active {
	background: #eb3d00;
	color: #fff;
}

.domesticx_nex_xg_tab_a:hover {
	background: #eb3d00;
	color: #fff;
}

.domesticx_nex_xg_list {}

.domesticx_nex_xg_list_lists {
	display: none;
}

.domesticx_nex_xg_list_lists_box {}

.domesticx_nex_xg_list_lists_box_thead {
	background: #f5f5f5;
	height: 40px;
	line-height: 40px;
	padding: 0 12px;
	box-sizing: border-box;
}

.domesticx_nex_xg_list_lists_box_thead_td {
	width: 44%;
	display: block;
	font-size: 14px;
	color: #000;
	float: left;
}

.domesticx_nex_xg_list_lists_box_thead_td:nth-child(2) {
	width: 33%;
}

.domesticx_nex_xg_list_lists_box_thead_td:nth-child(3) {
	width: 23%;
	text-align: right;
}

.domesticx_nex_xg_list_lists_box_table {
	width: 100%;
}

.domesticx_nex_xg_list_lists_box_table_thboy {
	box-sizing: border-box;
	padding: 0 12px;
	width: 100%;
	float: left;
	cursor: pointer;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px dotted #ccc;
	overflow: hidden;
}

.domesticx_nex_xg_list_lists_box_table_thboy:nth-child(even) {
	background: #f5f5f5;
}

.domesticx_nex_xg_list_lists_box_table_thboy_td {
	width: 44%;
	display: block;
	float: left;
	overflow: hidden;
	font-size: 14px;
	padding-right: 10px;
	box-sizing: border-box;
	color: #24211D;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.domesticx_nex_xg_list_lists_box_table_thboy_td:nth-child(2) {
	width: 33%;
}

.domesticx_nex_xg_list_lists_box_table_thboy_td:nth-child(3) {
	padding-right: 0px;
	width: 23%;
	text-align: right;
}

.domesticx_nex_xg_list_lists_box_table_thboy:hover {
	background: #f5f5f5;
}

.domesticx_nex_xg_list_lists_box_table_thboy:hover .domesticx_nex_xg_list_lists_box_table_thboy_td:nth-child(1) {
	color: #EB3D00;
}


/*看趋势页面*/


/*推荐品牌热点品牌*/

.brand_hot_xg {
	border: 1px solid #e5e5e5;
	    width: 320px;
	box-sizing: border-box;
}

.brand_hot_xg_tab {
	overflow: hidden;
}

.brand_hot_xg_tab_a {
	float: left;
	width: 50%;
	font-size: 18px;
	text-align: center;
	cursor: pointer;
	background: #f2f2f2;
	border-top: 2px solid #f2f2f2;
	line-height: 42px;
}

.brand_hot_xg_tab_active {
	background: none;
	border-top: 2px solid #eb3d00;
}

.brand_hot_xg_list {
	padding: 15px 20px 5px;
	box-sizing: border-box;
	overflow: hidden;
	height: 426px;
}

.brand_hot_xg_list_lists {
	width: 100%;
    height: 397px;
    overflow: hidden;
}

.brand_hot_xg .swiper-container {
    height: 411px;
}

.brand_hot_xg_list_lists_a {
	width: 50%;
	float: left;
	font-size: 14px;
	color: #24211D;
	line-height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	box-sizing: border-box;
}

.brand_hot_xg_list_lists_a:nth-child(2n+2) {
	padding-left: 10px;
}

.brand_hot_xg .swiper-wrapper {
	height: 375px !important;
}

.brand_hot_xg_list_lists_a:hover {
	color: #eb3d00;
}


/*推荐阅读.热点聚焦*/

.read_focus {
	border: 1px solid #e5e5e5;
	width: 320px;
	box-sizing: border-box;
	margin-top: 20px;
}

.read_focus_tab {
	overflow: hidden;
}

.read_focus_tab_a {
	float: left;
	width: 50%;
	font-size: 18px;
	text-align: center;
	cursor: pointer;
	background: #f2f2f2;
	border-top: 2px solid #f2f2f2;
	line-height: 40px;
}

.read_focus_tab_active {
	background: none;
	border-top: 2px solid #EB3D00;
}

.read_focus_list {}

.read_focus_list_box {
	padding: 5px 5px 5px 10px;
	display: none;
	box-sizing: border-box;
}

.read_focus_list_box_a {
	overflow: hidden;
	display: block;
}

.read_focus_list_box_span {
	display: block;
	float: left;
	font-size: 14px;
	color: #333;
	font-style: italic;
	line-height: 38px;
	text-align: right;
	width: 20px;
	padding-right: 5px;
	box-sizing: border-box;
}

.read_focus_list_box_p {
	display: block;
	float: left;
	font-size: 14px;
	color: #333;
	padding: 0px 10px;
	box-sizing: border-box;
	line-height: 38px;
	width: 271px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.read_focus_list_box_a:nth-child(1) span,
.read_focus_list_box_a:nth-child(2) span,
.read_focus_list_box_a:nth-child(3) span {
	color: #EB3D00;
}

.read_focus_list_box_a:hover .read_focus_list_box_p {
	color: #EB3D00;
}


/*品牌分类*/

.brand_fenlei_xg {
	padding-top: 10px;
	box-sizing: border-box;
	overflow: hidden;
}

.brand_fenlei_xg_title {}

.brand_fenlei_xg_title_titleAleft {
	font-size: 20px;
	color: #24211D;
	line-height: 33px;
	border-bottom: 3px solid #EB3D00;
	float: left;
	padding-right: 14px;
	margin-right: 10px;
	margin-top: 7px;
	font-weight: bold;
}

.brand_fenlei_xg_title_titleRight {
	float: left;
	width: 1096px;
	border-bottom: 3px solid #C1C0BF;
	line-height: 40px;
	height: 40px;
}

.brand_fenlei_xg_classification {
	overflow: hidden;
	margin-top: 12px;
}

.brand_fenlei_xg_classification_a {
	float: left;
	margin-right: 9px;
	padding-right: 9px;
	position: relative;
	font-size: 12px;
	color: #555;
	cursor: pointer;
	position: relative;
	height: 28px;
	line-height: 28px;
}

.brand_fenlei_xg_classification_a:before {
	content: '';
	position: absolute;
	right: 0;
	top: 10px;
	border-left: 1px #eee solid;
	width: 1px;
	height: 10px;
}

.brand_fenlei_xg_classification_a:last-child {
	padding-right: 0px;
	margin-right: 0px;
}

.brand_fenlei_xg_classification_a:last-child:before {
	width: 0px;
	border-left: 0px #eee solid;
}

.active {
	color: #eb3d00;
}

.brand_fenlei_xg_box {
	
}

.brand_fenlei_xg_box_li {
	display: none;
}

.brand_fenlei_xg_box_li_a_top {
	width: 132px;
	height: 66px;
	margin: 20px auto;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}

.brand_fenlei_xg_box_li_a {
	width: 224px;
	height: 168px;
	background: url(../image/zhaopinpai/bp_logobg.jpg) left top no-repeat;
	float: left;
	overflow: hidden;
	margin: 20px 20px 0 0px;
	position: relative;
	display: block;
}

.brand_fenlei_xg_box_li_a:nth-child(5n+5) {
	margin-right: 0px;
}

.brand_fenlei_xg_box_li_a_img {
	width: 100%;
	max-height: 66px;
	display: block;
	transition: all .4s;
}

.brand_fenlei_xg_box_li_a_text {}

.brand_fenlei_xg_box_li_a_text_span {
	font-size: 14px;
	color: #898989;
	text-align: center;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0px 10px;
	box-sizing: border-box;
}

.brand_fenlei_xg_box_li_a_text_p {
	font-size: 14px;
	color: #f59e35;
	text-align: center;
	overflow: hidden;
	line-height: 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0px 10px;
	box-sizing: border-box;
}

.brand_fenlei_xg_box_li_a_num {
	background: url(../image/zhaopinpai/bp_logoi.png) 0 -144px no-repeat;
	width: 50px;
	height: 48px;
	position: absolute;
	top: 0px;
	left: 0px;
	color: #fff;
	font-size: 14px;
	padding: 8px;
	box-sizing: border-box;
}

.brand_fenlei_xg_box_li_a:nth-child(1) .brand_fenlei_xg_box_li_a_num {
	background: url(../image/zhaopinpai/bp_logoi.png) 0 0 no-repeat;
}

.brand_fenlei_xg_box_li_a:nth-child(2) .brand_fenlei_xg_box_li_a_num {
	background: url(../image/zhaopinpai/bp_logoi.png) 0 -48px no-repeat;
}

.brand_fenlei_xg_box_li_a:nth-child(3) .brand_fenlei_xg_box_li_a_num {
	background: url(../image/zhaopinpai/bp_logoi.png) 0 -96px no-repeat;
}

.brand_fenlei_xg_box_li_a:hover .brand_fenlei_xg_box_li_a_img {
	transform: scale(1.1);
}


/*品牌主页*/

.brand_mian_xg {
	width: 852px;
}

.brand_mian_xg_title {
	overflow: hidden;
}

.brand_mian_xg_title_span {
	font-size: 20px;
	color: #24211D;
	line-height: 33px;
	border-bottom: 3px solid #EB3D00;
	float: left;
	padding-right: 14px;
	margin-right: 10px;
	margin-top: 7px;
	font-weight: bold;
}

.brand_mian_xg_title_titleRight {
	float: left;
	width: 747px;
	border-bottom: 3px solid #C1C0BF;
	line-height: 40px;
	height: 40px;
}

.brand_mian_xg_homepage {}

.brand_mian_xg_homepage_text {
	padding: 20px 0px 0px;
	box-sizing: border-box;
	height: 214px;
	overflow: hidden;
	margin-bottom: 24px;
}

.brand_mian_xg_homepage_text_div {
	font-size: 20px;
	color: #24211D;
	font-weight: bold;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.brand_mian_xg_homepage_text p {
	font-size: 18px;
	color: #24211D;
	margin-top: 20px;
	line-height: 28px;
}

.zwActive .brand_mian_xg_homepage_text {
	height: auto;
}

.brand_mian_xg_homepage_zk {
	text-align: right;
	padding-right: 20px;
	box-sizing: border-box;
	cursor: pointer;
	font-size: 14px;
	color: #eb3d00;
}


/*新闻页面*/

.news_list_xg {
	float: left;
	width: 850px;
}

.news_list_xg_box {
	margin-bottom: 30px;
}

.news_list_xg_box_a {
	display: block;
	overflow: hidden;
	width: 100%;
	padding: 20px 0px;
	border-bottom: 1px solid #efefef;
	box-sizing: border-box;
}

.news_list_xg_box_img {
	width: 210px;
	height: 130px;
	display: block;
	float: left;
	margin-right: 20px;
}

.news_list_xg_box_text {
	float: left;
	width: 620px;
}

.news_list_xg_box_title {
	font-size: 20px;
	color: #333;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 30px;
}

.news_list_xg_box_p {
	min-height: 30px;
	line-height: 24px;
	margin-bottom: 12px;
	padding: 12px 0 0;
	color: #999;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	box-sizing: border-box;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news_list_xg_box_text_bottom {
	text-align: right;
}

.news_list_xg_box_text_bottom_span {
	line-height: 28px;
	padding: 0 3px;
	font-size: 12px;
	color: #999;
	vertical-align: middle;
}

.news_list_xg_box_a:hover .news_list_xg_box_title {
	color: #eb3d00;
}

/*国内展会*/
	.jiaodianbaodao_xg{float: left;
    width: 530px;}
					.jiaodianbaodao_xg_box{height: 443px;
    overflow: hidden;
    margin-bottom: 17px;}
					.jiaodianbaodao_xg_a{    display: block;
    line-height: 44px;
    font-size: 14px;padding-left: 20px;
    box-sizing: border-box;
    color: #24211D;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;position: relative;}
    .jiaodianbaodao_xg_a:after{
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    background: #797878;
    border-radius: 50%;
    left: 0px;
    top: 19px;
    }
.jiaodianbaodao_xg_a:hover{
	color: #EB3D00;
}
.jiaodianbaodao_xg_a:hover:after{
	background: #EB3D00;
}


/*20210527新增开始*/
.swiper-button-prev {
    width: 24px !important;
    height: 24px !important;
    background-size: 100% 100% !important;
}

.swiper-button-next {
     width: 24px !important;
    height: 24px !important;
    background-size: 100% 100% !important;
}

/*20210527修改开始*/
			
			.zff_index-ad_left_btn {
				position: fixed;
				cursor: pointer;
				top: 50%;
				left: 0px;
				margin-top: -12px;
				background: url(/static/zwstyle/image/index/right_btn.png) no-repeat;
				background-size: 100%;
				width: 24px;
				height: 24px;
				animation: bounce-up 1.4s linear infinite;
			}
			
			.zff_index-ad-right_btn {
				position: fixed;
				cursor: pointer;
				top: 50%;
				right: 0px;
				margin-top: -12px;
				background: url(/static/zwstyle/image/index/left_btn.png) no-repeat;
				background-size: 100%;
				width: 24px;
				height: 24px;
				animation: bounce-ups 1.4s linear infinite;
			}
			
			@keyframes bounce-up {
				25% {
					transform: translateX(15px);
				}
				50%,
				100% {
					transform: translateX(0);
				}
				75% {
					transform: translateX(10px);
				}
			}
			
			@keyframes bounce-ups {
				25% {
					transform: translateX(-15px);
				}
				50%,
				100% {
					transform: translateX(0);
				}
				75% {
					transform: translateX(-10px);
				}
			}
			
			.zff_index-ad_active .zff_index-ad_left_btn {
				left: 103px;
				animation: none;
				transform: rotate( -180deg);
			}
			
			.zff_index-ad_active1 .zff_index-ad-right_btn {
				right: 103px;
				animation: none;
				transform: rotate( -180deg);
			}
			/*20210527修改结束*/